Unix
epub |eng | 2014-09-05 | Author:Marshall Kirk McKusick & George V. Neville-Neil & Robert N.M. Watson [McKusick, Marshall Kirk]

New Filesystem Capabilities Several other improvements were made when the enlarged inode format was created. We decided to get an early jump on the year 2038 problem when the 32-bit ...
( Category: Operating Systems Theory March 3,2015 )
azw3 |eng | 2008-12-16 | Author:Bovet, Daniel P. [Bovet, Daniel P.]

SA_ONSTACK Use an alternative stack for the signal handler (see the later section "Catching the Signal“) SA_RESTART Interrupted system calls are automatically restarted (see the later section "Reexecution of System ...
( Category: Kernel & Peripherals February 13,2015 )
mobi, epub, pdf |eng | 2009-02-08 | Author:Greg Kroah-Hartman

Synopsis ihash_entries= n Override the default number of hash buckets for the kernel's inode cache. Recommended only for kernel experts. Name max_addr — Ignore memory. Synopsis max_addr= n Cause the ...
( Category: Unix February 13,2015 )
azw3, mobi, epub |eng | 2015-01-07 | Author:Duckett, George [Duckett, George]

Running Windows applications on Ubuntu with PlayOnLinux There is another tool you may like which aids you in running Windows applications. It's called PlayOnLinux (website) and it supports quite a ...
( Category: Unix January 13,2015 )
epub |eng | 1995-11-22 | Author:W. Richard Stevens & Gary R. Wright

Release interface reference 117-122 A check is made that the reference count is not negative, and then IFAFREE decrements the reference count for the ifaddr structure and releases it by ...
( Category: TCP-IP November 23,2014 )
epub |eng | 2014-08-17 | Author:Stephen G. Kochan [Kochan, Stephen G.]

The Keyword const and Pointers You have seen how a variable or an array can be declared as const to alert the compiler as well as the reader that the ...
( Category: Object-Oriented Design September 22,2014 )
epub |eng | 2013-01-24 | Author:Dick Buttlar [Dick Buttlar, Jacqueline Farrell, and Bradford Nichols]

Scheduling Pthreads The operating system continuously selects a single thread to run from a systemwide collection of all threads that are not waiting for the completion of an I/O request ...
( Category: Software Development September 8,2014 )
epub |eng | | Author:Richard Petersen

Filezilla Filezilla is an open source FTP client originally implemented on Windows systems (http://www.filezilla.org). Use PackageKit to install it. Once installed, you can access it from the Internet overview. The ...
( Category: Linux September 5,2014 )
epub, pdf |eng | 2012-09-18 | Author:Dave Taylor [Dave Taylor]

Counting matches rather than showing matching lines When you’re going through a large file and have a lot of matches, it’s often quite useful to just get a report of ...
( Category: Shell May 1,2014 )
epub |eng | 2009-06-29 | Author:Robbins, Arnold, Hannah, Elbert, Lamb, Linda & Elbert Hannah & Linda Lamb [Arnold Robbins]

Note These keywords are case-sensitive. In checking for them, Vim even ignores the setting of the ignorecase option. If you need variations for different cases of keywords, you must specify ...
( Category: User Experience & Usability April 5,2014 )
epub |eng | 2005-08-12 | Author:Ed Burnette [Unknown]

7.7. Expressions View The Expressions view (in the Debug perspective) shows a list of expressions and their values in the debugger. Use it to examine program states persistently as you ...
( Category: Object-Oriented Design March 31,2014 )
epub, pdf |eng | 2003-04-15 | Author:George Reese [Reese, George]

* * * EXPLAIN [table_name | sql_statement] Used with a table name, this command is an alias for SHOW COLUMNS FROM table_name. Used with an SQL statement, this command displays ...
( Category: MySQL March 31,2014 )
epub |eng | 2009-02-08 | Author:Jang, Michael [Michael Jang]

Using Knoppix The Knoppix CD (http://www.knoppix.org) is gaining popularity as the universal rescue disk. It boots a complete Linux system from the CD with an array of excellent tools that ...
( Category: Servers March 31,2014 )
epub |eng | 2012-04-29 | Author:Kong, Joseph [Joseph Kong]

Before I describe the functions defined in Example 10-1, note that the constant LED_IO_ADDR is defined as 0x404c and that the constant LED_NUM is defined as 2. The following sections ...
( Category: Device Drivers March 31,2014 )
epub, pdf |eng | 2009-09-30 | Author:Mark Lutz [Mark Lutz]

hex(N) Converts an integer number N to a hexadecimal (base 16) digits string. If argument N is not a Python int object, it must define an __index__() method that returns ...
( Category: Object-Oriented Design March 26,2014 )